home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / tscadrw.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1992-09-07  |  383b  |  20 lines

  1. @echo off
  2. rem
  3. rem     SETUP.BAT - Last change 07.09.1992
  4. rem
  5. if "%1"=="" goto error
  6. echo ---
  7. type setup.txt
  8. pause
  9. echo ---
  10. echo Unpacking the TommySoftware CAD/Draw disk and copying to %1\tscadraw
  11. echo ---
  12. pkunzip -d tscadraw.zip %1\tscadraw\
  13. echo ---
  14. goto end
  15. :error
  16. echo ---
  17. echo Please enter the destination drive (e.g. C:) as first parameter !!!
  18. echo ---
  19. :end
  20.